home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #5 / Amiga Plus CD - 1996 - No. 5.iso / pd / grafik / tgif / history < prev    next >
Text File  |  1996-05-30  |  7KB  |  141 lines

  1. -----------------------> tgif-3.0-p5 => tgif-3.0-p6 <-----------------------
  2. Here's a short list of added features/bug fixes.
  3.  
  4. 1)  Fix a crashing bug with shapes.  This bug causes objects to disappear
  5.     after Save() and seg faults.  Thanks to Renato Santana
  6.     <renato@nce.ufrj.br> for pointing out the problem.
  7. 2)  Fix a crashing bug with deleting vertices.  Thanks to Niek Lambert
  8.     <lambert@natlab.research.philips.com> for pointing out the problem.
  9. 3)  Fix a bug with shapes.  When a shape is created, tgif should edit the
  10.     text centered in the shape.
  11. 4)  The default value of Tgif*GroupedTextEditable X resource is changed to
  12.     TRUE.
  13.  
  14. -----------------------> tgif-3.0-p4 => tgif-3.0-p5 <-----------------------
  15. Here's a short list of added features/bug fixes.
  16.  
  17. 1)  Fix a problem with certain HP and Solaris compilors.  These compilors
  18.     do not like short or char in function prototypes!  Thanks to
  19.     Jaap Haalboom <haalboom@natlab.research.philips.com> for pointing
  20.     out the problem.
  21.  
  22. -----------------------> tgif-3.0-p3 => tgif-3.0-p4 <-----------------------
  23. Here's a short list of added features/bug fixes.
  24.  
  25. 1)  Fix some minor bugs with clicking in the panel window.
  26. 2)  Fix a bug with redrawing transformed text objects.
  27. 3)  Add two new internal commands: call_simple_shortcut(<shortcut_name>) and
  28.     call_one_arg_shortcut(<shortcut_name>,<arg>).  With these commands, the
  29.     following code will make a pixmap object named "toy" gray:
  30.  
  31.         exec=disable_undo();
  32.              begin_animate();
  33.              select_obj_by_name(toy);
  34.              call_simple_shortcut(MakeGray);
  35.              unselect_all_obj();
  36.              end_animate();
  37.              enable_undo();
  38.  
  39. -----------------------> tgif-3.0-p2 => tgif-3.0-p3 <-----------------------
  40. Here's a short list of added features/bug fixes.
  41.  
  42. 1)  Fix bugs with change font properties of transformed text.  Thanks to
  43.     Kyle Bateman <kyle@actarg.com> for pointing out the problems.
  44. 2)  Getting rid of uncessary redraws on transformed text when scrolling.
  45. 3)  Make CenterAnEndPoint() work for rotated polyline objects.
  46. 4)  Add a new internal command: rotate_selected_obj(<degrees_to_rotate>).
  47.     With this command, the following code will keep rotating an object
  48.     named "toy" forever (until <ESC> is entered):
  49.  
  50.         exec=disable_undo();
  51.              begin_animate();
  52.              select_obj_by_name(toy);
  53.              while(1,do_it);
  54.              unselect_all_obj();
  55.              end_animate();
  56.              enable_undo();
  57.  
  58.         do_it=rotate_selected_obj(10);
  59.  
  60. -----------------------> tgif-3.0-p1 => tgif-3.0-p2 <-----------------------
  61. Here's a short list of added features/bug fixes.
  62.  
  63. 1)  Fix a few bugs related to generating PS/EPS files.  Thanks to Frank
  64.     Prengel <prengel@physik.tu-berlin.de> for pointing out the problems.
  65.  
  66. -----------------------> tgif-3.0 => tgif-3.0-p1 <-----------------------
  67. I've just put tgif-3.0-patch1 (1st patch for tgif-3.0) in
  68. the following places for anonymous ftp (binaries are still not
  69. available at the time of this release, please check
  70. <URL:http://bourbon.cs.ucla.edu:8001/tgif/current.html> for availability):
  71.  
  72.     ftp://ftp.x.org/contrib/applications/tgif/tgif-3.0-patch1.gz
  73.     ftp://ftp.cs.ucla.edu/pub/tgif/tgif-3.0-patch1.gz
  74.     ftp://bourbon.cs.ucla.edu/pub/tgif-3.0-patch1.gz
  75.  
  76. Tgif is an Xlib-based 2-D drawing tool.  It's also a hyper-graphics (or
  77. hyper-structured-graphics) browser on the World-Wide-Web.  Its hyper-text home
  78. page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/> and its hyper-graphics
  79. home page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/index.obj>.
  80. (Please note that the Content-type of a tgif file sent by the httpd at
  81. bourbon.cs.ucla.edu:8001 is applications/x-tgif.)
  82.  
  83. Tgif is free, but please read the Copyright file in the distribution 
  84. (or select Copyright from the Help Menu in tgif) for restrictions.
  85.  
  86. (Pelase note that tgif is NEITHER an html viewer NOR an html editor.
  87. It is also NOT directly related to GIF nor Transparent GIF.)
  88.  
  89. Please gunzip and then apply the patch with
  90. 'patch -p -N < tgif-3.0-patch1'.
  91. Here's a short list of added features/bug fixes.
  92.  
  93. 1)  Fix a bug that crashed tgif when there is a very small text object
  94.     and tgif is zoomed way out.  Thanks to Kyle Bateman <kyle@actarg.com>
  95.     for pointing out the problem.
  96. 2)  The number of colors is incorrect when printing in XPM3 format.  Thanks
  97.     to Ralphe Neill <ran@rdt.monash.edu.au> for pointing out the problem!
  98.  
  99. -----------------------> tgif-3.0 <-----------------------
  100. It's been 9 months since the last release.  Finally, I've got rotation
  101. (and a bunch of other stuff) to work.  This release is a beta release
  102. at best.  Please send bug reports to william@cs.columbia.edu as soon as
  103. possible so I can release patches.  Although version 3.0 is backward-
  104. compatible, the file format is not forward-compatible (you won't be able
  105. to read files generated by this version with older versions of tgif).
  106.  
  107. I've just put tgif-3.0 source in the following places for anonymous ftp
  108. (binaries are not available yet at the time of this release, please check
  109. <URL:http://bourbon.cs.ucla.edu:8001/tgif/current.html> for availability):
  110.  
  111.     ftp://ftp.x.org/contrib/applications/tgif/tgif-3.0.tar.gz
  112.     ftp://ftp.cs.ucla.edu/pub/tgif/tgif-3.0.tar.gz
  113.     ftp://bourbon.cs.ucla.edu/pub/tgif-3.0.tar.gz
  114.  
  115. Tgif is an Xlib-based 2-D drawing tool.  It's also a hyper-graphics (or
  116. hyper-structured-graphics) browser on the World-Wide-Web.  Its hyper-text home
  117. page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/> and its hyper-graphics
  118. home page is at <URL:http://bourbon.cs.ucla.edu:8001/tgif/index.obj>.
  119. (Please note that the Content-type of a tgif file sent by the httpd at
  120. bourbon.cs.ucla.edu:8001 is applications/x-tgif.)
  121.  
  122. Tgif is free, but please read the Copyright file in the distribution 
  123. (or select Copyright from the Help Menu in tgif) for restrictions.
  124.  
  125. (Pelase note that tgif is NEITHER an html viewer NOR an html editor.
  126. It is also NOT directly related to GIF nor Transparent GIF.)
  127.  
  128. Here's a short list of the main added features.
  129.  
  130. 1)  Rotate objects by any angle.  Shear objects.
  131. 2)  Image processing functions for pixmap object.
  132. 3)  Support some flowcharting objects directly.
  133. 4)  Import image files using extern filters such as filters from the netpbm
  134.     (pbmplus) and the jpeg toolkits.  Please see Tgif.MaxImportFilters
  135.     and Tgif.ImportFilter# in the tgif.Xdefault file of the distribution
  136.     for examples.
  137.  
  138. /*
  139.  *  @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/HISTORY,v 3.9 1996/05/24 20:24:28 william Exp $
  140.  */
  141.